Skip to content

Commit a18350c

Browse files
authored
Merge branch 'main' into extrabold
2 parents d7d85b5 + 6e88816 commit a18350c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+27905
-21933
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ This is a **new feature | improvement | bugfix | documentation fix**.
2222
None.
2323

2424
<!-- BEFORE SUBMITTING YOUR PR, MAKE SURE TO FOLLOW THESE STEPS: -->
25-
<!-- 1. Pull the latest `master` branch -->
26-
<!-- 2. Make sure your Sass code is compliant with the [Bulma Sass styleguide](https://github.com/jgthms/bulma/blob/master/.github/CONTRIBUTING.md#bulma-sass-styleguide) -->
25+
<!-- 1. Pull the latest `main` branch -->
26+
<!-- 2. Make sure your Sass code is compliant with the [Bulma Sass styleguide](https://github.com/jgthms/bulma/blob/main/.github/CONTRIBUTING.md#bulma-sass-styleguide) -->
2727
<!-- 3. Make sure your PR only affects `.sass` or documentation files -->
28-
<!-- 4. [Try your changes](https://github.com/jgthms/bulma/blob/master/.github/CONTRIBUTING.md#try-your-changes). -->
28+
<!-- 4. [Try your changes](https://github.com/jgthms/bulma/blob/main/.github/CONTRIBUTING.md#try-your-changes). -->
2929

3030
<!-- How have you confirmed this feature works? -->
3131
<!-- Please explain more than "Yes". -->

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ npm-debug.log
66
test.css
77
test.css.map
88
test.html
9+
test*.html
910
test.sass
1011
test.scss
1112
test.css

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
- Fix #3842: restore use of `$easing`, `$radius-rounded` and `$speed` Sass variables
1212
- Fix #3920: migrate code to avoid Sass 1.80 deprecation warning of global built-in functions
13+
- Fix #3822: Non-minified version of bulma-prefixed was missing
14+
- Fix #3805: helper classes were missing prefix
1315

1416
### Documentation Fixes
1517

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Feel free to raise an issue or submit a pull request.
5252

5353
## CSS only
5454

55-
Bulma is a **CSS** framework. As such, the sole output is a single CSS file: [bulma.css](https://github.com/jgthms/bulma/blob/master/css/bulma.css)
55+
Bulma is a **CSS** framework. As such, the sole output is a single CSS file: [bulma.css](https://github.com/jgthms/bulma/blob/main/css/bulma.css)
5656

5757
You can either use that file, "out of the box", or download the Sass source files to customize the [variables](https://bulma.io/documentation/customize/#docsNav).
5858

@@ -134,11 +134,11 @@ Browse the [online documentation here.](https://bulma.io/documentation/start/ove
134134
| [Manifest](https://manifest.build) | Manifest is a lightweight Backend-as-a-Service with essential features: DB, Admin panel, API, JS SDK |
135135
| [Reactive Bulma](https://github.com/NicolasOmar/reactive-bulma) | A component library based on React, Bulma, Typescript and Rollup |
136136

137-
<p>Browser testing via <a href="https://www.lambdatest.com/" target="_blank"><img src="https://www.lambdatest.com/resources/images/logo-white.svg" style="vertical-align: middle;margin-left:5px" width="147" height="26" /></a></p>
137+
<p>Browser testing via<br /><a href="https://www.lambdatest.com/" target="_blank"><img src="https://bulma.io/assets/images/amis/lambdatest-logo.png" width="168" height="40" /></a></p>
138138

139139
## Copyright and license ![Github](https://img.shields.io/github/license/jgthms/bulma?logo=Github)
140140

141-
Code copyright 2023 Jeremy Thomas. Code released under [the MIT license](https://github.com/jgthms/bulma/blob/master/LICENSE).
141+
Code copyright 2023 Jeremy Thomas. Code released under [the MIT license](https://github.com/jgthms/bulma/blob/main/LICENSE).
142142

143143
[npm-link]: https://www.npmjs.com/package/bulma
144144
[awesome-link]: https://github.com/awesome-css-group/awesome-css

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bulma",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"homepage": "https://bulma.io",
55
"authors": ["jgthms <bbxdesign@gmail.com>"],
66
"description": "Modern CSS framework based on Flexbox",

bulma.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
@charset "utf-8";
22

3-
/*! bulma.io v1.0.2 | MIT License | github.com/jgthms/bulma */
3+
/*! bulma.io v1.0.3 | MIT License | github.com/jgthms/bulma */
44
@use "sass";

css/bulma.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@charset "UTF-8";
2-
/*! bulma.io v1.0.2 | MIT License | github.com/jgthms/bulma */
2+
/*! bulma.io v1.0.3 | MIT License | github.com/jgthms/bulma */
33
/* Bulma Utilities */
44
:root {
55
--bulma-control-radius: var(--bulma-radius);
@@ -3784,6 +3784,10 @@ a.box:active {
37843784
--bulma-button-border-width: max(2px, 0.125em);
37853785
--bulma-button-outer-shadow-alpha: 1;
37863786
}
3787+
.button.is-outlined[disabled], fieldset[disabled] .button.is-outlined {
3788+
background-color: transparent;
3789+
box-shadow: none;
3790+
}
37873791
.button.is-inverted {
37883792
background-color: hsl(var(--bulma-button-h), var(--bulma-button-s), calc(var(--bulma-button-color-l) + var(--bulma-button-background-l-delta)));
37893793
color: hsl(var(--bulma-button-h), var(--bulma-button-s), var(--bulma-button-background-l));

css/bulma.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/bulma.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/versions/bulma-no-dark-mode.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@charset "UTF-8";
2-
/*! bulma.io v1.0.2 | MIT License | github.com/jgthms/bulma */
2+
/*! bulma.io v1.0.3 | MIT License | github.com/jgthms/bulma */
33
/* Bulma Utilities */
44
:root {
55
--bulma-control-radius: var(--bulma-radius);
@@ -981,6 +981,10 @@ a.box:active {
981981
--bulma-button-border-width: max(2px, 0.125em);
982982
--bulma-button-outer-shadow-alpha: 1;
983983
}
984+
.button.is-outlined[disabled], fieldset[disabled] .button.is-outlined {
985+
background-color: transparent;
986+
box-shadow: none;
987+
}
984988
.button.is-inverted {
985989
background-color: hsl(var(--bulma-button-h), var(--bulma-button-s), calc(var(--bulma-button-color-l) + var(--bulma-button-background-l-delta)));
986990
color: hsl(var(--bulma-button-h), var(--bulma-button-s), var(--bulma-button-background-l));

css/versions/bulma-no-dark-mode.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/versions/bulma-no-dark-mode.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)